projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9adacf6
)
[IA64] Eliminate duble dump_stack
author
Alex Williamson
<alex.williamson@hp.com>
Fri, 28 Mar 2008 21:27:13 +0000
(15:27 -0600)
committer
Alex Williamson
<alex.williamson@hp.com>
Fri, 28 Mar 2008 21:27:13 +0000
(15:27 -0600)
show_registers() already has show_stack(NULL, NULL),
So we get two same Calltraces. This patch eliminate it.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
xen/include/asm-ia64/debugger.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/debugger.h
b/xen/include/asm-ia64/debugger.h
index cf93931e65db4c043e923215be8f0a13f35a7db1..9c55744436b5ec1e8e85e1c2fb836a7419a0386d 100644
(file)
--- a/
xen/include/asm-ia64/debugger.h
+++ b/
xen/include/asm-ia64/debugger.h
@@
-49,7
+49,6
@@
static inline void
show_execution_state(struct cpu_user_regs *regs)
{
show_registers(regs);
- dump_stack();
}
// NOTE: on xen struct pt_regs = struct cpu_user_regs